Response
| Field | Description | Type |
|---|---|---|
| status | "success|error|in progress" – status | |
| code | completion code | |
| message | error message | |
| request_id | Unique request ID |
Note: The status "in progress" indicates that the request is still being processed when using the request_id parameter. This status was introduced to prevent the re-execution of requests with the same request_id if they have already been accepted for processing but not yet completed.
Error codes:
| Field | Description | Type |
|---|---|---|
| 0 | Done | |
| 156 | Checking error for one or more items of this list of products/codes - errors_list: [{"code": …, "message":…},...] | |
| 157 | Maximum package size exceeded | |
| 158 | Invalid highload frequency | |
| 161 | Request signature required | |
| 162 | Package sign validation error |
List of possible errors for entries:
| Field | Description | Type |
|---|---|---|
| 135 | Empty product range %s code | |
| 136 | Package with code %s is not formed yet | |
| 137 | Code %s not found in the database | |
| 138 | Code %s validation error | |
| 139 | The product for this code %s does not match the product for the generated. code | |
| 145 | Package %s not found. | |
| 171 | Package with code %s already disaggregated | |
| 180 | The item with the code %s is not found in the current department |